home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cocktail
/
l2r.lha
/
l2r
/
StringBuf.h
< prev
Wrap
C/C++ Source or Header
|
1992-08-20
|
367b
|
17 lines
# include "ratc.h"
# ifdef __STDC__
# define ARGS(parameters) parameters
# else
# define ARGS(parameters) ()
# endif
extern void BufString ARGS((tString string));
/* stores string 's' in the string buffer */
extern void WriteStringBuffer ();
/* the contents of the string buffer is printed */
/* on the terminal */
extern void InitStringBuffer ();